UCF STIG Viewer Logo

Changes to configuration options are not audited.


Overview

Finding ID Version Rule ID IA Controls Severity
V-15645 DG0142-ORACLE10 SV-24804r1_rule ECAR-3 Medium
Description
The AUDIT_SYS_OPERATIONS parameter is used to enable auditing of actions taken by the user SYS. The SYS user account is a shared account by definition and holds all privileges in the Oracle database. It is the account accessed by users connecting to the database with SYSDBA or SYSOPER privileges.
STIG Date
Oracle 10 Database Instance STIG 2014-01-14

Details

Check Text ( None )
None
Fix Text (F-26395r1_fix)
From SQL*Plus:

alter system set audit_sys_operations = TRUE scope = spfile;

The above SQL*Plus command will set the parameter to take effect at next system startup.